home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / edt10.lha / edt_inst.v37 < prev    next >
Text File  |  1995-07-24  |  2KB  |  47 lines

  1. ; Installationsprogramm für AmigaDOS
  2. failat 20
  3. echo "*e[1mInstallation von Edt auf der Bootpartition Ihrer Festplatte*e[22m*n"
  4. ask "Installation fortsetzen? (y=Ja oder n=Nein)"
  5. IF WARN                 ;
  6.   resident c:copy
  7.   echo "*nKopiere 'Edt' nach 'SYS:Utilities'..."
  8.   IF EXISTS SYS:Utilities
  9.     copy Edt(%|.info) SYS:Utilities
  10.     echo "Kopiere Startup-Skript 'Edt-Startup.edt' nach 'S:'..."
  11.     copy S/Edt-Startup.edt S:
  12.     makedir S:Edt
  13.     copy S/Edt/HSplitWin.edt S:Edt
  14.     copy S/Edt/VSplitWin.edt S:Edt
  15.     copy S/Edt/LayoutWindows.edt S:Edt
  16.     echo "Kopiere edt_os37.library nach LIBS: ..."
  17.     copy Libs/edt_os37.library libs:
  18.     echo "  Edt benötigt folgende Bibliotheken im Verzeichnis LIBS:"
  19.     echo "  - diskfont.library*n  - iffparse.library*n  - asl.library*n  - rexxsyslib.library*n"
  20.     wait 5
  21.     echo "  und folgende Datei im Verzeichnis DEVS:"
  22.     echo "  - clipboard.device*n"
  23.     wait 2
  24.     echo "  Des weiteren muß ARexx (RexxMast) beim Start von Edt bereits"
  25.     echo "  aktiv sein. Starten Sie also RexxMast vor Edt (z.B. in der"
  26.     echo "  user-startup)."
  27.   ELSE
  28.     echo "FEHLER*nVerzeichnis 'SYS:Utilities' nicht vorhanden!"
  29.   ENDIF
  30.   IF EXISTS m2:
  31.     echo "*nVerzeichnis M2: gefunden!*n"
  32.     echo "Kopiere 'M2Edt' nach 'M2:' ..."
  33.     copy M2Edt(%|.info) M2:
  34.     echo "Kopiere Startup-Skript 'M2Edt-Startup.edt' nach 'S:'..."
  35.     copy S/M2Edt-Startup.edt S:
  36.     makedir S:M2Edt
  37.     copy S/M2Edt/HSplitWin.edt S:M2Edt
  38.     copy S/M2Edt/VSplitWin.edt S:M2Edt
  39.     copy S/M2Edt/LayoutWindows.edt S:M2Edt
  40.     wait 5
  41.   ENDIF
  42.   echo "*e[23m*nInstallation abgeschlossen."
  43.   resident copy REMOVE
  44.   quit 0
  45. ENDIF
  46. echo "*nInstallation abgebrochen"
  47.